Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sagemath/sage_trac_plugin

Trac plugin used to support Sage development at trac.sagemath.org
https://github.com/sagemath/sage_trac_plugin

Added the beginnings of a README for this plugin.

So far only the SshKeysPlugin module has been documented, since that's the only one I've worked ...

08c40d1aba7d5163921a9c68284db9a54cd877e0 authored over 8 years ago
Finishing v0.3.3 release

895f48644a1aca998bd1098a6735516e48e6cf19 authored over 8 years ago
Preparing to release v0.3.3

e7b0b38c65f18512b6bc916d8aa0cce92117378b authored over 8 years ago
No need to re-run cleanup immediately after cloning the reposiotry. Also clean up after a failed clone in case git didn't fully clean up

f950d13a1b5c0f5e066081dddb9d9def25a31405 authored over 8 years ago
Fix changelog date on 0.3.2

1e299b84e7e65b9812be131d19f6010d8eba4bfe authored over 8 years ago
Re-clone the gitolite-admin repository if an improperly shut down

process left in an inconsistent state--this was causing initialization
of the plugin to fail in...

ee717f3de603b409744f55a1cbe568f7210c153e authored over 8 years ago
Finishing v0.3.2 release

91b39473bac92bf3c8a7f844413aa5fcd974b2ba authored over 8 years ago
Preparing to release v0.3.2

8a20b98e08d74b716da7bb966c748b00d86bd8af authored over 8 years ago
Add validation for SSH keys

6b718e564c0c37430fd9d98aef7d29c4ea7191d8 authored over 8 years ago
Added a changelog entry for the database upgrade improvement

fb6b3a2cc44833c99dc821f96faca58c2317e548 authored over 8 years ago
Use the Trac API to properly create the user_data_store table only when needed.

This uses some features of Trac 1.1.6 but could be modified, if needed, to work with older Trac ...

3346d8b1aa39cac4f2bbc3b86f5538e60d425133 authored over 8 years ago
Merge branch 'master' of https://github.com/sagemath/sage_trac_plugin

ba222c18e84af6163e35ac42bea8e6776a86af4f authored over 8 years ago
Finishing v0.3.1 release

af15e0d43a2c509eb503dedd903272de07f3847c authored over 8 years ago
Fix constant overwriting of gitolite-admin updates by trac.

abd272c292f985fb0adcdf537668642dd3a9b31a authored over 8 years ago
Preparing to release v0.3.1

5ed1675118d2d90ce8dbaba307fafb1e2a8b99de authored over 8 years ago
Merge pull request #15 from fchapoton/patch-2

https for patchbot

c98d3b4e196bac61e763b8370ccf71999a733171 authored over 8 years ago
https for patchbot

and remove old png icon (now svg)

5f2fd15e39bd0ddc801c3861162909f9154a4a10 authored over 8 years ago
Fix another typo

d4388aa0214a67a3884d7d2a1ddb3e4477d50c47 authored over 8 years ago
Fixed numerous small bugs from recent fixes that became immediately apparent when the new version of the plugin went live.

6b1bf1a1b54ac2f1a5db670d65e5f43dcc8a1ecb authored over 8 years ago
Adding a changelog, and tagging the current code as a v0.3 release

bc53ad5c237d2bce06be6cebf2458f4bed921605 authored over 8 years ago
Merge pull request #14 from embray/cleanup-config-opts

Make config options more consistent

123f1a0e54ab9b5e3074440d475981a3ccf249cf authored over 8 years ago
Merge pull request #13 from sagemath/fix-hard-coded

Change several hard-coded values to trac.ini settings

0a22b296686f276d81de86cc90db4206f0e86378 authored over 8 years ago
Clean up trac.ini options a bit so that all options specific to the sage_trac plugin go in then [sage_trac] section, not [trac] since that should be reserved for Trac itself

a0e4d4c740e302e8a799917401d17d69fbd04a2c authored over 8 years ago
Went ahead and made MAX_NEW_COMMITS an option

89c5bc2ab2d64b9bce69ef46f51c135a2db578a1 authored over 8 years ago
Change hard-coded Git commit signatures to trac.ini options (with defaults same as the original values)

cc9a3c6e7937226b1068756293cd145a4735b9e4 authored over 8 years ago
Removed more hard-coded globals from common module. The ones that were previously related to the sshkey module are no longer relevant. Also added new trac.ini options for the git master branch name, and related to displaying commit logs.

de335ad2f87cfababef2836258e0c911e73b4721 authored over 8 years ago
Fix hard-coded trac.sagemath.org in buildbot_hook (also minor bug where _get_build returns () not None)

That said we're not using this component anymore so it's not well tested.

0db279c7de475c25c3ecff5f0d61dbda75b50ec3 authored over 8 years ago
Merge pull request #11 from embray/ssh-keys

Updated handling of SSH keys

dd926a1acb451c83eaae21af73d3975dc6f252cd authored over 8 years ago
Add inter-process and thread locks around any code that access the git repository.

This can cause startup to be a little slower as each server process that starts up is being made...

46b7f2ac0a682f5224abe6e221ad99cee711cf55 authored over 8 years ago
Reworked the SSH key management. The Trac environment now keeps

its own clone of the gitolite-admin repo which it manages directly.

This still requires that the...

9f64ff987176f8ad940ac233ecafb2dc328e0a1f authored over 8 years ago
Fix a bug in UserDataStore.save_data that was probably never caught because this table has only ever been used for SSH keys (and also superfluous since there are other tables already like it in trac...) But might as well fix it.

65addd34ce8738559c230c7577d00dc8623acd33 authored over 8 years ago
Merge pull request #8 from embray/cgit-https

Adds cgit_url and cgit_protocol options; uses https by default for cgit

797ee13f2702a6d80d4da4a6362f56decd0b0c05 authored over 8 years ago
Merge pull request #7 from embray/relative-imports

Minor import cleanup

f92ea149ec26cfd89b8939a794c41183d60f2339 authored over 8 years ago
Merge pull request #6 from embray/setup-exe

Minor updates to setup.py

eea50d2ff3d4912a68b448d06cd442a974646386 authored over 8 years ago
Made the repository_dir option a PathOption explicitly.

1fccce1ca5baa72bfed35050feaf9b5bbdbb9a7a authored over 8 years ago
Adds cgit_protocol option defaulting to https, as well as cgit_url option that supersedes cgit_protocol + cgit_host.

Also declared all config options read by the GitBase component as known Options. Fixes #4

fa5ce94267392647fcd8d5a6f900ca3b939a4410 authored over 8 years ago
Set the GitHub project as the project's homepage--Trac uses this metadata when listing installed plugins on a Trac instance

00bb85b821b0c5c12e4f76311477dc0012dec2eb authored over 8 years ago
Adding pygit2 and the TracXMLRPC plugin as explicit dependencies (where the latter is currently installed from SVN).

pygit2 installation can fail sometimes if it has trouble finding libgit2, but pip install will e...

761a468690f906d5e947168e1f2ae7502328f374 authored over 8 years ago
Minor import cleanup

Mostly to do away with implicit relative imports.

46f993dc60d53897fc4ccc380ec8abb2f9b73aa2 authored over 8 years ago
Make setup.py executable; don't force 'python2' in the shebang line (should just use whatever the current 'python' is.

171257ddfc655ec85e695af141bbae5a7219b52c authored over 8 years ago
Merge pull request #2 from fchapoton/patch-1

have a better svg icon to display the latest tested version

fab271193906a5d031957c2e0d965d5d623060b0 authored over 8 years ago
have a better svg icon to display the latest tested version

I have made a better icon (svg and easier to read) for the sage version ; let us first add it be...

a0a56dfb7ca42b6f23f1ae4e8b80b09aae323f41 authored over 8 years ago
prep for new server

e0d5dbe65cd3732f6b95aecf50da7f5169ad0fa6 authored over 9 years ago
first step toward new icon set for patchbot: having both

67b0bd9a1a0d4ab2b027d7a40ade15afb01621f0 authored over 9 years ago
initial "needs_work" support

6c5ac8696142ef30b19c41007b079a002e61897e authored over 10 years ago
fix bug with RPC interface

dddc41b60a7620ebe0e224973497d83c719d9cd9 authored over 10 years ago
added prefix for buildbots not at root

ca1bd43293bd4009097e684dd1eab89b4d079132 authored over 10 years ago
error should have been a debug message

c3ec554cb02e52400aa21e2a8e6d11e8954f2b6b authored over 10 years ago
autobuild develop branch when it updates

dd1f2e015fadca82f284f72daca1964320041408 authored over 10 years ago
fix git_merger when there are subprojects

ed1e66357492b9b58083b63a0be5a4061648b5b7 authored over 10 years ago
small bug fix

f1efbf2d8a985743801330479acc6e97d6ddf83e authored over 10 years ago
export getMerge to the xmlrpc interface

05e0b841543d6e42310493ee76fd711542a9f097 authored over 10 years ago
Add buildbot integration and some other small cleanup

54a0c8ab201aa40c677b9a3b9024eb1a6bb3bd0a authored over 10 years ago
branch: fix exception for bad branch name

63512d425dc75734e1e171c53a8e6dab66a48859 authored almost 11 years ago
sshkeys: add missing import

560055e673050a94e63ffd475ac3ef837297180b authored almost 11 years ago
sshkeys: increase default size of input pane

fb73dc1201f6bbdce639d91897c1993af36efa4a authored almost 11 years ago
initial commit

70b3fd7c9938b2df616f75ca1d9b60e0415d8e75 authored almost 11 years ago