Commit Graph

209 Commits

Author SHA1 Message Date
Suzanne Soy
145beb0e3b Missing dependency in README 2021-04-04 21:27:37 +01:00
Suzanne Soy
d925c3ff09 quote special character hash in readme (doesn't work in ZSH otherwise) 2021-04-04 21:24:52 +01:00
Tony Garnock-Jones
016686d254 Add a hidden field, not shown to humans, to see if we can catch dumb scripts out this way 2021-02-22 09:47:56 +01:00
Tony Garnock-Jones
3dd7c80de9 Repair config key usage 2021-02-18 20:26:38 +01:00
Tony Garnock-Jones
6d42a5ea87 User registration moved from API backend to frontend, for spam prevention reasons 2021-02-18 20:16:07 +01:00
Tony Garnock-Jones
aa95ca4fb8 Anti-spam. (What kind of spammer would abuse our login facility? Weird.) 2021-02-18 10:25:30 +01:00
Tony Garnock-Jones
020d9c47e8 Avoid nested <form>s in search page 2020-06-04 14:13:23 +02:00
Tony Garnock-Jones
41d3a39efe Bulk operations on package lists 2020-06-04 14:02:24 +02:00
Tony Garnock-Jones
4fabb334dc Remove obsolete scripts and config 2020-06-04 12:26:39 +02:00
Tony Garnock-Jones
e6c88647f5 Update my dev configuration 2020-06-04 12:25:45 +02:00
Tony Garnock-Jones
5ef4f02a2b Add new necessary PLTSTDERR filters to get a usable log output 2020-06-04 12:17:48 +02:00
Tony Garnock-Jones
12082a3fe4 Tell people to use --skip-installed 2020-06-04 12:17:21 +02:00
Jay McCarthy
71e6d5b516 fix typo 2020-05-29 16:44:52 -04:00
Jesse Alama
eec1479c18 If available, add description meta element to head 2020-05-28 09:09:07 -04:00
Jesse Alama
79a6ba2ada Pass pkg description to bootstrap-response 2020-05-28 09:09:07 -04:00
Sorawee Porncharoenwase
5cd2460b85 Correct contract and clarify comment 2020-02-29 14:04:46 -05:00
Sorawee Porncharoenwase
ee467b6095 Yet another PR feedback: avoid hash-ref when possible 2020-02-29 14:04:46 -05:00
Sorawee Porncharoenwase
f32e2c752b PR feedback: try to minimize the diff 2020-02-29 14:04:46 -05:00
Sorawee Porncharoenwase
6fbcfdfa09 Address PR feedback, use a better ranking function 2020-02-29 14:04:46 -05:00
Sorawee Porncharoenwase
2ea6722383 Feat: prioritize search result 2020-02-29 14:04:46 -05:00
Ben Greenman
f9c3578ec4 avoid 'failssucceeds' status
If a package has a failure log and a success log, then ignore the
success and only show "fails" in the build summary.

fixes https://github.com/racket/pkg-build/issues/9
2020-02-25 15:27:43 -05:00
Jay McCarthy
575a34bdca date added 2019-01-19 13:38:13 +00:00
Jesse Alama
0d63ebcae7 Remove colon to ensure label consistency
For the two labels to be consistent, either (a) the colon after
"Password" should be removed, as done here, or (b) a colon should be
added after the other label text ("Email address"). In this commit, I
opt for option (a), though (b) would also be reasonable.
2019-01-18 13:42:33 +00:00
Jay McCarthy
fc9e4f4646 Use https 2018-10-03 13:13:27 -04:00
Tony Garnock-Jones
37294bd8f7 Be more aggressive about killing an unresponsive service 2018-06-02 19:18:56 +01:00
Tony Garnock-Jones
aec4090018 Make a nicer little monitoring script 2018-06-01 19:01:52 +01:00
Tony Garnock-Jones
7925cfdbc2 Recommend a small sleep 2018-06-01 18:44:48 +01:00
Tony Garnock-Jones
c6fd690712 ping-service.sh 2018-06-01 18:40:43 +01:00
Tony Garnock-Jones
bb5f253b95 Add /ping endpoint 2018-06-01 18:40:30 +01:00
Tony Garnock-Jones
1291904a53 Wrap main in a layer of custodian, so we can get debug info on running threads.
Exploit this in a new signal handler, listening for `signals/.dumpinfo`.
2018-06-01 18:01:44 +01:00
Tony Garnock-Jones
8bb5a8646b Give names to the threads we create 2018-06-01 18:01:27 +01:00
Jay McCarthy
2174e0ccd9 Add conflicts 2018-03-26 11:02:22 -04:00
Jay McCarthy
73d0d166c0 Fix 63 2018-03-09 12:36:33 -05:00
Jay McCarthy
46039083ea Remove custom version and update racket 2018-01-04 16:15:19 -05:00
Jay McCarthy
108b4ec9d6 typo 2017-11-02 14:17:33 -04:00
Phil Hagelberg
180e0c9a87 Remove support for unencrypted git transports. (git:// and http://)
Downloading executable code from a git repository that doesn't have
encryption is inadvisable since it can be intercepted and replaced by
a man-in-the-middle attacker. GitHub recommends doing clones over
HTTPS, and according to mflatt even if you request the git://
transport it will be ignored and https:// is used scenes anyway, so we
shouldn't claim to support it.

It may make sense to allow SSH connections as well as HTTPS, but I
don't think the "transport" drop-down is a good idea for this since
you need to specify a username when making an SSH connection.
2017-11-01 12:10:08 -04:00
Conor Finegan
da358025bd Possible fix for get-implied-docs. (#57)
* Added todo level for no description.

* Added todo category for no description, added warnings in table for todos.

* Fixed label xexps

* now displays implied docs.

* fixed formatting

* removed comment

* fixed issue with implied docs not being gathered correctly.

* replaced 'for/fold' with 'append-map' in 'get-implied-docs'.

* Possible fix for get-implied-docs.
2017-09-06 09:36:48 +01:00
Conor Finegan
c3f60fdcf1 Fixes get-implied-docs procedure. (#56)
* Added todo level for no description.

* Added todo category for no description, added warnings in table for todos.

* Fixed label xexps

* now displays implied docs.

* fixed formatting

* removed comment

* fixed issue with implied docs not being gathered correctly.

* replaced 'for/fold' with 'append-map' in 'get-implied-docs'.
2017-08-23 20:00:09 -04:00
Jay McCarthy
164faa4ee7 version note 2017-08-17 10:34:03 -04:00
Jay McCarthy
e8e3466f48 append vs list-star 2017-08-13 22:09:00 -06:00
Georges Dupéron
f63a6544e6 Tentative fix for #51 2017-08-13 21:15:36 -06:00
Conor Finegan
b37795b94e Packages display docs for implied packages (#49)
* Added todo level for no description.

* Added todo category for no description, added warnings in table for todos.

* Fixed label xexps

* now displays implied docs.

* fixed formatting

* removed comment
2017-08-12 07:27:31 -06:00
Conor Finegan
7294e78fd3 Fixed label xexps 2017-07-24 20:08:16 -04:00
Conor Finegan
8853817f70 Added todo category for no description, added warnings in table for todos. 2017-07-24 20:08:16 -04:00
Conor Finegan
95ceb660ed Added todo level for no description. 2017-07-24 20:08:16 -04:00
Jay McCarthy
37cbb17fd3 fixes from connors code 2017-07-12 10:03:47 -06:00
Jay McCarthy
9cafa90c69 Merge pull request #47 from cfinegan/master
Alerts for Outstanding Package Maintenance
2017-07-12 09:44:44 -06:00
Conor Finegan
34b82aca3a todos.js is now only loaded on index page. 2017-07-12 00:17:42 -04:00
Conor Finegan
715594328e changed to trigger 'sorton', not 'click'. 2017-07-12 00:14:55 -04:00
Conor Finegan
acf6e5bd59 fixed site.js 2017-07-12 00:08:00 -04:00