Commit Graph

191 Commits

Author SHA1 Message Date
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
Conor Finegan
51cef4e285 Added filtering of packages to show outstanding maintenance. 2017-07-11 14:19:24 -04:00
Jay McCarthy
2c29aa05c9 pkgn to pkgs 2017-04-08 17:16:49 -04:00
Jay McCarthy
2fe41a1f3c Text update re: mflatt 2017-01-30 11:23:20 -05:00
Tony Garnock-Jones
ef3ef54dd1 This was fixed in commit b30a402c5c. 2017-01-07 16:39:14 -05:00
Tony Garnock-Jones
a1dc688ab2 Link to search results page including *all* packages. See #22. 2017-01-06 23:31:35 -05:00
Tony Garnock-Jones
e3d091da60 Exclude main-distribution, main-tests and deprecated from main page. See #22. 2017-01-06 23:31:19 -05:00
Tony Garnock-Jones
56d435bf99 Requires a seteq 2017-01-06 16:46:57 -05:00
Matthew Butterick
9069c80a2a update css & logo 2017-01-03 11:24:28 -08:00
Tony Garnock-Jones
c76f85af20 package-change-handler now prioritizes incoming work depending on whether a completion channel is present or not. See #28. 2016-12-27 12:51:38 +13:00
Tony Garnock-Jones
1e2c6fe49e Avoid jsonp entirely. Matches pkg-index commit 9f78e88. 2016-12-27 11:56:06 +13:00
Tony Garnock-Jones
547ef07c8b Avoid TOCTTOU bug by catching exns from file->bytes. See #28. 2016-12-22 18:29:00 +13:00
Tony Garnock-Jones
1a108dbae3 Unparse version URLs on their way out to the backend; fixes #27 2016-12-21 16:06:58 +13:00
Tony Garnock-Jones
904df22210 Superusers 2016-12-21 11:32:36 +13:00
Tony Garnock-Jones
1e3ef69519 Actually display checksum-error 2016-12-20 18:36:35 +13:00
Tony Garnock-Jones
fe20d9cccd Synthesise _SEARCHABLE-TEXT_ for locally-modified packages on demand 2016-12-19 10:49:07 +13:00
Tony Garnock-Jones
8bc1be2862 Sort package names case-insensitively 2016-08-18 05:45:40 -04:00
Tony Garnock-Jones
43b70a6a91 Work around racket/racket#1414. 2016-08-14 18:20:07 -04:00
Tony Garnock-Jones
2afc337396 Try harder to find usable README links. Closes #14. 2016-08-14 12:16:06 -04:00